From 9731577bf4069b7495a4e35056f9f5ed855867f7 Mon Sep 17 00:00:00 2001 From: Dimitrios Eftaxiopoulos Date: Fri, 7 Jan 2011 00:22:45 +0200 Subject: [PATCH] Do not apply createpngdirectory.patch since empty png dir exists in the source --- .pc/applied-patches | 1 - .pc/createpngdirectory.patch/.timestamp | 0 .pc/createpngdirectory.patch/texinfo/png/Makefile.am | 11 ----------- debian/patches/series | 1 - texinfo/png/Makefile.am | 1 - texinfo/png/Makefile.in | 1 - 6 files changed, 15 deletions(-) delete mode 100644 .pc/createpngdirectory.patch/.timestamp delete mode 100644 .pc/createpngdirectory.patch/texinfo/png/Makefile.am diff --git a/.pc/applied-patches b/.pc/applied-patches index 1287af9..0869205 100644 --- a/.pc/applied-patches +++ b/.pc/applied-patches @@ -3,5 +3,4 @@ dircategory-and-direntry-mathgl-ru-texi.patch dircategory-and-direntry-mgl-ru-texi.patch dircategory-and-direntry-mgl-en-texi.patch correct-spelling-error-in-nympy-i.patch -createpngdirectory.patch mgl-mgl_data_io_cpp.patch diff --git a/.pc/createpngdirectory.patch/.timestamp b/.pc/createpngdirectory.patch/.timestamp deleted file mode 100644 index e69de29..0000000 diff --git a/.pc/createpngdirectory.patch/texinfo/png/Makefile.am b/.pc/createpngdirectory.patch/texinfo/png/Makefile.am deleted file mode 100644 index 80e5143..0000000 --- a/.pc/createpngdirectory.patch/texinfo/png/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -pngdir = $(docdir)/png - -images = ${shell $(top_builddir)/examples/mgl_example -list} -png_images = ${images:=.png} -png_DATA = $(png_images) -CLEANFILES = $(png_images) - -$(png_images): hotdogs.pts # $(top_builddir)/examples/mgl_example - $(top_builddir)/examples/mgl_example -kind=${@:.png=} - cp ${@} ../../png/ - touch $(srcdir)/../mathgl.texi diff --git a/debian/patches/series b/debian/patches/series index 93e491e..0869205 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,5 +3,4 @@ dircategory-and-direntry-mathgl-ru-texi.patch dircategory-and-direntry-mgl-ru-texi.patch dircategory-and-direntry-mgl-en-texi.patch correct-spelling-error-in-nympy-i.patch -createpngdirectory.patch mgl-mgl_data_io_cpp.patch diff --git a/texinfo/png/Makefile.am b/texinfo/png/Makefile.am index 1d28940..80e5143 100644 --- a/texinfo/png/Makefile.am +++ b/texinfo/png/Makefile.am @@ -7,6 +7,5 @@ CLEANFILES = $(png_images) $(png_images): hotdogs.pts # $(top_builddir)/examples/mgl_example $(top_builddir)/examples/mgl_example -kind=${@:.png=} - if test ! -d ../../png; then mkdir ../../png/; fi cp ${@} ../../png/ touch $(srcdir)/../mathgl.texi diff --git a/texinfo/png/Makefile.in b/texinfo/png/Makefile.in index bf7b8af..b4d2d29 100644 --- a/texinfo/png/Makefile.in +++ b/texinfo/png/Makefile.in @@ -461,7 +461,6 @@ uninstall-am: uninstall-pngDATA $(png_images): hotdogs.pts # $(top_builddir)/examples/mgl_example $(top_builddir)/examples/mgl_example -kind=${@:.png=} - if test ! -d ../../png; then mkdir ../../png/; fi cp ${@} ../../png/ touch $(srcdir)/../mathgl.texi -- 2.30.2